Saves the image into a file in BMP format.
シンタックス
'宣言
Public Overloads Sub SaveAsBmp( _
ByVal As System.String, _
Optional ByVal As System.Nullable(Of Rectangle) _
)
public void SaveAsBmp(
System.string ,
System.Nullable<Rectangle>
)
パラメータ
- path
- The output file path.
- clipRect
- Clipping rectangle of the image to be saved.
参照